home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 11 / Revista do CD-ROM 11.iso / demos / flight / devices / thrustms / flight.adv
Encoding:
Text File  |  1995-06-27  |  2.5 KB  |  74 lines

  1. REM
  2. REM                 Flight Unlimited by Looking Glass Tecnologies
  3. REM
  4. REM               Written and Tested by Con Hantzopoulos - May 1995
  5. REM ╔═══════════════════════════════════════════════════════════════════════╗
  6. REM ║Base Switch Settings                                                   ║
  7. REM ║Black Hat switch = Digital                                             ║
  8. REM ║Red Switch       = Digital                                             ║
  9. REM ╚═══════════════════════════════════════════════════════════════════════╝
  10. REM ╔═════════════════════════════════════════════════════════════╗
  11. REM ║Game Settings:  Choose Joystick                              ║
  12. REM ╚═════════════════════════════════════════════════════════════╝
  13. REM
  14. REM ╔═════════════════════════════════════════════════════╗
  15. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  16. REM ╚═════════════════════════════════════════════════════╝
  17.  
  18. Game 2 100
  19.  
  20. Mdef FLIGHT
  21.  
  22. @DigitalThrottle
  23.  
  24. REM ╔════════════════════════╗
  25. REM ║(P)FCS Buttons Commands:║
  26. REM ╚════════════════════════╝
  27.  
  28. BTN UB CycleForward
  29. BTN MB CycleBack
  30. BTN LB ResetGMeter
  31.  
  32. BTN HU PanUp
  33. BTN HD PanDown
  34. BTN HL PanLeft
  35. BTN HR PanRight
  36.  
  37. REM ╔════════════════════════╗
  38. REM ║WCS II Buttons Commands:║
  39. REM ╚════════════════════════╝
  40.  
  41. BTN 1 /U BeginRecording
  42.       /M Chase
  43.       /D DimScreen
  44. BTN 2 /U ToggleRecording
  45.       /M FlyByView
  46.       /D BrightenScreen
  47. BTN 3 /U TurnOffPanel
  48.       /M Follow
  49.       /D ResetBrightness
  50. BTN 4 /U RewindTape
  51.       /M FixedView
  52.       /D ToggleSideWindow
  53. BTN 5 /U PlaybackPause
  54.       /M Cinematic
  55.       /D SmokeOnOff
  56. BTN 6 CenterView
  57.  
  58. REM ╔════════════════════════╗
  59. REM ║WCS II Rocker Commands: ║
  60. REM ╚════════════════════════╝
  61.  
  62.  
  63. REM ╔═══════════════════════════════════════════════════════════════════╗
  64. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  65. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  66. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  67. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  68. REM ║                                                                   ║
  69. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  70. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  71. REM ║ says "File not found then you have the old microcode version that ║
  72. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  73. REM ╚═══════════════════════════════════════════════════════════════════╝
  74.